home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_83.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  156 b   |  11 lines

  1. on mouseUp
  2.   global muzversion
  3.   if muzversion = 1 then
  4.     return 
  5.   end if
  6.   if the machineType = 256 then
  7.     open("releaser.exe")
  8.   end if
  9.   halt()
  10. end
  11.